From 50206c3fd6f074891a61542871dc3a36be57c00f Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 17 Apr 2006 19:46:48 +0000 Subject: [PATCH] Nuke dead file. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@1905 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/coldsync/Makefile | 38 -------------------------------------- 1 file changed, 38 deletions(-) diff --git a/gpsbabel/coldsync/Makefile b/gpsbabel/coldsync/Makefile index 98a034445..e69de29bb 100644 --- a/gpsbabel/coldsync/Makefile +++ b/gpsbabel/coldsync/Makefile @@ -1,38 +0,0 @@ -# $Id: Makefile,v 1.1 2002-08-16 06:13:10 robertl Exp $ - -TOP = .. -SUBDIR = libpdb - -LIBNAME = pdb -SHLIB_MAJOR = 0 -SHLIB_MINOR = 0 - -LIBSRCS = pdb.c util.c -LIBOBJS = ${LIBSRCS:.c=.o} -SHLIBOBJS = ${LIBSRCS:.c=.So} - -CLEAN = ${LIBOBJS} ${SHLIBOBJS} ${LIBRARY} \ - *.ln *.bak *~ core *.core .depend -DISTCLEAN = -SPOTLESS = - -DISTFILES = Makefile ${LIBSRCS} - -OTHERTAGFILES = ${LIBSRCS} - -include ${TOP}/Make.rules - -depend:: - ${MKDEP} ${CPPFLAGS} ${LIBSRCS} - -all:: ${LIBRARY} - -# It might be a good idea later on to install the library, so that -# people can write other programs that communicate with the Palm, but -# not just yet. -# install:: - -# This is for Emacs's benefit: -# Local Variables: *** -# fill-column: 75 *** -# End: *** -- 2.30.2